Esempio n. 1
0
 public IOfferAwsEc2DiscoverOptions RemoteManagementAddressType(RemoteManagementAddressType managementType)
 {
     _values.RemoteManagementAddressType = managementType;
     return(this);
 }
Esempio n. 2
0
 public IOfferAwsBootstrapOptions RemoteManagementAddressType(RemoteManagementAddressType type)
 {
     _values.ManagementAddressType = type;
     return(this);
 }