public AwsAssociateElasticIpStep(AwsClient client, Address ipAddress, InstanceDeploy instance) { this.client = client; this.ipAddress = ipAddress; this.instance = instance; Name = "Associating elastic ip."; }
public ZAwsElasticIp(ZAwsEc2Controller controller, Amazon.EC2.Model.Address res) : base(controller) { Update(res); //myController.HandleNewElasticIp(this); }
public static Address CreateInstance(AWSModel.Address address) { Address address_ = new Address(); address_.InstanceId = address.InstanceId; address_.PublicIp = address.PublicIp; return(address_); }
protected override bool DoUpdate(object responseData) { Debug.Assert(responseData.GetType() == typeof(Address), "Wrong data passed to the object for update."); ResponseData = (Address)responseData; return true; }
protected override bool DoUpdate(object responseData) { Debug.Assert(responseData.GetType() == typeof(Address), "Wrong data passed to the object for update."); ResponseData = (Address)responseData; return(true); }